home *** CD-ROM | disk | FTP | other *** search
/ Especial Multimedia / Especial Multimedia.iso / Multimed / Herra / TIMWIN.ZIP / TIMDEFS.H < prev    next >
Text File  |  1993-09-22  |  620b  |  23 lines

  1. ;timdefs.h
  2.  
  3. #define image         file     ; definition of type image
  4. #define LUTMASK          0xC   ;   1100
  5. #define BITMASK          0x3   ;   0011
  6. #define COL16           0x10   ; 1 0000
  7. #define NO_DITHER       0x20   ;10 0000
  8. #define DISPL_MASK    0xfff0
  9.  
  10. #define WINLUT1         0x4
  11. ;#define WINLUT2  not in use
  12. #define WINLUT3         0x8
  13. #define WINLUT4         0xC
  14.  
  15. #define BITCOPY1        0x1
  16. #define BITCOPY2        0x2
  17. #define BITCOPY3        0x3
  18.  
  19. #define MK_NOFG           0
  20. #define MK_PCVISION       1
  21. #define MK_FGPLUS         2
  22. #define MK_CORTEX1        3
  23. #define MK_VFG        0x103